home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Utilities Professional 1-1500
/
Utilities Professional 1-1500 (1994)(WPD)[!].iso
/
12511500
/
var1273.dms
/
var1273.adf
/
AmiCDROM
/
dbproc.a
< prev
next >
Wrap
Text File
|
1992-09-02
|
353b
|
26 lines
*
* $Id: dbproc.a,v 1.1 93/09/29 19:58:29 gaf Exp $
*
* $Log: dbproc.a,v $
* Revision 1.1 93/09/29 19:58:29 gaf
* Initial revision
*
section text,code
ifnd NDEBUG
xdef _debugproc
xref _debugmain
cnop 0,4 ; OLSEN
_debugproc:
dc.l 0 ; OLSEN
movem.l D2-D7/A2-A6,-(sp)
jsr _debugmain
movem.l (sp)+,D2-D7/A2-A6
rts
endc
end